.three-way-reservations {
    padding-top: 100px;
    padding-bottom: 20px;
}

.three-way-reservations--with-shadow {
    box-shadow: 0px 3px 6px #0000000D;
}

.three-way-reservations__title {
    margin-bottom: 32px !important;
    font-size: 30px;
    font-weight: 600;
    color: #303030;
}

.three-way-reservations__subtitle {
    font-size: 22px;
    font-weight: 700;
    color: #303030;
}

.three-way-reservations__text {
    font-size: 15px;
    color: #505050;
    padding: 0 20px;
    margin-bottom: -20px;
    line-height: 1.67;
}

.three-way-reservations__text li {
    color: #505050;
    font-weight: 400;
}

@media only screen and (max-width: 576px) {
    .three-way-reservations {
        padding-top: 50px !important;
    }

    .three-way-reservations__title {
        margin-bottom: 32px !important;
    }

    .three-way-reservations__text {
        margin-bottom: 0;
    }
}
